Edu

Results 73 issues of Edu

### System Info System: OS: Linux 6.8 Ubuntu 22.04 LTS CPU: (16) x64 AMD Memory: 24 GB / 32 GB Container: Yes Shell: 5.1.16 - /bin/bash Binaries: Node: 23.11.0 -...

need reproduction

Great guide! Was able to start writing snippets right away! The only feature I've had to research outside the guide is the meaning of `[]const T` and `[*]const T` types....

### XState version XState version 5 ### Description Seems that when using non-JSON serializable values within a machine the inspector `@statelyai/inspect` stops updating its UI or showing values in its...

bug

### What OS are you using (`uname -a`, or Windows version)? ``` Linux laptop 6.8.0-49-generic #49-Ubuntu SMP PREEMPT_DYNAMIC Mon Nov 4 02:06:24 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux ``` ###...

When installing react-lottie, npm reports the following deprecation notice: ``` $ npm i npm warn deprecated [email protected]: core-js@

**Is your feature request related to a problem? Please describe.** Helpers for converting between a Uint8Array and its hex-encoded string representation should probably be within the same namespace. Currently, seems...

Type: feature

**Is your feature request related to a problem? Please describe.** Some utils provided by starknet.js add a `0x` prefix to hex-encoded strings, and some helpers accepting hex-encoded strings require the...

Type: feature

**Is your feature request related to a problem? Please describe.** Maintaining hard-coded contract class hashes is error prone. **Describe the solution you'd like** Would be great to be able to...

Type: feature

**Describe the bug** Parameter name doesn't reflect the underlying data **To Reproduce** When creating a provider, such as with: ```ts const myProvider = new RpcProvider({ nodeUrl: constants.NetworkName.SN_MAIN }); ``` a...

Type: bug

Browsing the modular-forms doc site consumes a lot of CPU. Unsure what the cause is, but probably worth looking into. Only happens when the tab is focused.