Devin Gunay

Results 50 comments of Devin Gunay

err actually I guess the `101` status code I got was actually because I managed to make `diffsitter` panic: ```go package main import "fmt" func main() { a := "string"...

``` $ diffsitter -h diffsitter 0.7.0 Afnan Enayet An AST based difftool for meaningful diffs ``` ```$neofetch --off OS: Arch Linux x86_64 Kernel: 5.17.8-arch1-1 Uptime: 4 hours, 13 mins Packages:...

It may be more idiomatic to call these "session types", but the article I referenced calls them typestates.

Is this repo still maintained? @lambda-fairy

> @dgunay Hey, thank you for your contribution! Could you please rebase your branch on `master` please and link `typestate.md` in `SUMMARY.md`? We'll review this PR the upcoming days. Hi,...

@andreynering I'd appreciate it if this could be merged soon, I'm waiting on this functionality for a project. Thank you.

Is the level of effort required on this pretty high? I have found myself needing to use puppeteer with firefox recently and was wondering if I should just drop down...

Playwright looks really nice. Luckily it looks like puppeteer still is able to do what I need in Firefox (nothing complicated, just configure some settings, navigate to a page, wait...

@Sean-Der addressed some comments and linter errors. There are still a few concurrency bugs it looks like.