Skip to content

Instantly share code, notes, and snippets.

View axel-op's full-sized avatar

Axel Ogereau Peltier axel-op

View GitHub Profile
@axel-op
axel-op / dart-github-actions.md
Last active May 6, 2024 15:28
3 ways to build a GitHub Action with Dart

3 ways to build a GitHub Action with Dart

In 2020, I published the Pub package github_actions_toolkit to write GitHub Actions with Dart more easily. However, GitHub Actions runners don't support natively the Dart language, and some steps are necessary to execute a Dart program in a GitHub Actions workflow.

Below I compare three ways to create a GitHub Action with Dart, with their pros and cons.

. Shared Dart container Isolated Dart container Natively compiled executable
✍️ Defines the environment User Developer Developer
@axel-op
axel-op / word2vec-sgns-incremental.ipynb
Last active June 24, 2020 13:27
Word2Vec SGNS Incremental
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.