Liu, An-Chi

Results 72 issues of Liu, An-Chi

The following is the action config I use: ``` jobs: remove_label: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - uses: actions-ecosystem/action-remove-labels@v1 if: ${{ startsWith(github.event.comment.body, '/done') }} with: labels: 'todo 🗒️' -...

bug

Just want to let you know that we publish a paper, which uses isolated-vm. Offworker: An Offloading Framework for Parallel Web Applications: https://link.springer.com/chapter/10.1007/978-3-031-20891-1_13 Github Repo: https://github.com/nycu-sslab/offworker

I found that the coding format always trouble me, also it's really troublesome to manually format the code. for example ``` if { /// } // or if { ///...

enhancement

For #1248 This is currently a draft for testing `clang-format`. The `.clang-format` is now the default setting from clang-format 11 Welcome options for the coding styles. Things to discuss: -...

currently, CI only generates the output and doesn't verify the output content.

enhancement
help wanted
good first issue

feature: support [動漫狂](http://www.cartoonmad.com/comic)

Implement a version checker to let users know they could download the newest app.

Per #1321 This PR supported the GVCP protocol, including the GVCP request and GVCP acknowledgment. Also, the PR added the most common commands of GVCP: Discovery command, ForceIP command, Read...

currently, we use a shell command to get the gateway in macOS: https://github.com/seladb/PcapPlusPlus/blob/e48be80c8671ca2018db24947c7d71df9c41b1fd/Pcap%2B%2B/src/PcapLiveDevice.cpp#L1013-L1032 We don't need to use shell script here, we can use normal C API instead.

enhancement
good first issue
macOS

Currently we copy LightPcapNg code directly in `seladb/PcapPlusPlus ` The code lives at here: [PcapPlusPlus](https://github.com/seladb/PcapPlusPlus/tree/1ff377c5de22caf9907fcc31f3f71ea138346155)/[3rdParty](https://github.com/seladb/PcapPlusPlus/tree/1ff377c5de22caf9907fcc31f3f71ea138346155/3rdParty)/[LightPcapNg](https://github.com/seladb/PcapPlusPlus/tree/1ff377c5de22caf9907fcc31f3f71ea138346155/3rdParty/LightPcapNg) We now use the [current_commit.git](https://github.com/seladb/PcapPlusPlus/blob/1ff377c5de22caf9907fcc31f3f71ea138346155/3rdParty/LightPcapNg/current_commit.git) file to record the upstream git commit, but this way...

help wanted
3rd-party
good first issue