kee-oth

Results 17 issues of kee-oth

Hi! I found Hegel in my search for a TypeScript alternative that is more friendly for functional programming. I also _love_ that I can define functions in this format: ```ts...

### Verify canary release - [X] I verified that the issue exists in the latest Next.js canary release ### Provide environment information Operating System: Platform: darwin Arch: x64 Version: Darwin...

template: bug
area: next/image

Hi! I was curious if there is documentation for AsyncEither. I see it was recommended to use the IO monad* but I prefer the error handling of AsyncEither (and I...

Hi! I see that the repo hasn't really received a meaningful update for about 2 years now. Is this project abandoned or is it still planned on being maintained sometime...

I believe TypL could benefit from implementing documentation functionality. Types are useful for documentation but they're only a partial strategy. If a developer were to use TypL for a project...

Other projects like TypeScript struggle with providing ergonomic ways of typing code written in a functional style. And at least at some point, TypeScript wasn't expressive enough to type certain...

TypL looks extremely interesting! Thank you for putting so much work into it already! I have kind of a surface level question: why were tag functions chosen for the API?...

question

Hi! Currently, if we want to create some lazy matching behavior, we have to do this: ```grain let lazyMatcherFn = matchable => match (matchable) { 1 => "foo", 2 =>...

Hi! Is a `D.copy` function planned? Thanks!

**Is your feature request related to a problem? Please describe.** There doesn't seem to be a way to use Compiled outside of React projects. **Describe the solution you'd like** I'd...