Taras Mankovski
Taras Mankovski
[VSCode Deno plugin does not read `deno.json`](https://github.com/denoland/vscode_deno/issues/938) when used in multi-root workspace configuration. `www/deno.json` has imports path for Effection in other dependencies which Deno LSP does not know how to...
Write a tutorial about "Build an Autocomplete with Structured Concurrency using Effection in React"
The [autocomplete](https://github.com/taras/effection-react-autocomplete) example's logic is ready. We should now write a blog post about it. The focus should be on describing the pattern of doing autocomplete with SC. The main...
Related #890 ## Motivation This PR introduces two GitHub Actions Workflows: * create-release.yaml * rebuild-releases.yaml ### create-release.yaml This workflow runs anytime a tag is created that matches "effection-v*". It'll checkout...
# Motivation Deno website is hosting our API docs. Although convenient, it might send the wrong message to those unfamiliar with Deno. It would be nice to have API docs...
## Motivation One of the significant benefits of Effection is the ability to compose operations. We can increase the value provided by this benefit by increasing the number of special-purpose...
## Motivation Related to #869 Show how you'd use Effection in React ## Approach I replaced the tutorial link with examples and added a loading spinner to the examples page.
We must provide examples of how Effection can be used for different things. For frontend the conders are, * form validation * autocomplete 1. React - [Loading spinner example](https://github.com/taras/effection-react-loadingspinner) -...
## Motivation I want to use Flat data to track my internet connection speed at home. I can't do that from inside a GitHub Action. I could expose the data...
### What version of `@astrojs/compiler` are you using? 0.12 ### What package manager are you using? deno ### What operating system are you using? mac m1 ### Describe the Bug...
I came across [protobuf-es announcement](https://buf.build/blog/protobuf-es-the-protocol-buffers-typescript-javascript-runtime-we-all-deserve) and it looks great. The analysis was excellent as well. Since you have native ES support, have you tried it Deno? Thank you, keep up...