Milo Chen

Results 14 issues of Milo Chen

在英文书 Mastering Ethereum 里,是使用 Data structures 而不是 Blockchain Data structures Ethereum's state is stored locally on each node as a database (usually Google's LevelDB), which contains the transactions and system...

Follow the course to do the following command $ npm run build There are failed information here. > [email protected] build /Users/pebblarmbp/Desktop/TypeScript/typescript-fundamentals/examples/hello-ts > tsc src/index.ts --outDir lib --types node --module commonjs...

Disconnected Peer will be remove in the peer set (rooms[roomID]) in this PR. Because the issue 35 https://github.com/t-mullen/simple-signal/issues/35 We change the output simple-signal-client.js by hand.

In the original example code, iOS safari and Mac OS X safari will get error when use getUserMedia. The commit here is to support more on iOS safari and Mac...

The SimpleSignalClient code will receive error randomly if another peer's website page refresh . After checking this problem, we cannot catch this error. Right now we can avoid this issue...

**Describe the bug** A clear and concise description of what the bug is. This is a sample code from stack overflow. And the problem we meet is that Textarea cannot...

bug

**Describe the bug** The yield for special events in the event handler is not in the original order we call. yield for special events is like - yield pc.set_value() -...

needs investigation

https://github.com/pynecone-io/pynecone-examples/assets/12568287/135ecee5-b9d6-42a9-99d3-e0f52980aeb5 This counter demonstrates a simple Collaborative web app. And it can also support IoT applications too if you need. - Tick: Use the Tick pattern to update UI whenever...

After setup Nick in Nick's input and then clicking Message'input, We have the following error message ``` Traceback (most recent call last): File "/Users/milochen/anaconda3/envs/pynecone-examples/lib/python3.11/site-packages/pynecone/state.py", line 693, in _process_event events =...

After click Menu -> 20Dataset, the horizontal scroll bar cannot change the graph anymore. ``` My Testing Environment OS Darwin 22.4.0 Pynecone 0.1.33 Python 3.11.3 Node v16.8.0 Bun 0.5.9 ```