examples icon indicating copy to clipboard operation
examples copied to clipboard

A repository of examples showing how to use Effect

Results 14 examples issues
Sort by recently updated
recently updated
newest added

### What version of Effect is running? _No response_ ### What steps can reproduce the bug? pnpm create effect-app choose template, monorepo pnpm install pnpm build if changesets were selected...

bug

### What version of Effect is running? Not applicable ### What steps can reproduce the bug? [I noticed that `eslint-plugin-simple-import-sort` is currently disabled in all configs:](https://github.com/search?q=repo%3AEffect-TS%2Fexamples%20%22simple-import-sort%2Fimports%22%3A%20%22off%22%2C&type=code) The plugin offers [2...

bug

### What version of Effect is running? _No response_ ### What steps can reproduce the bug? step to reproduce it: ``` pnpm create effect-app@latest MY-EXAMPLE ✔ What type of project...

bug

### What is the problem this feature would solve? Currently the nix flake only provides a devShell. It would be nice if it could also define a package that builds...

enhancement