Andrey Rublev
Andrey Rublev
I have added PR #105 which have similar changes but also having corresponding changes in readme
Ok, if someone wanted this PR merged right now for production use I made a fork and published npm package [signales](https://www.npmjs.com/package/signales) with #105 PR merged into it.
Added two fixes to PR: - `logLevel` now is `debug` by default (so, no one `debug` output will be lost) - GitHub checks are happy now: lock "xo" version to...
Ok, if someone wanted this issue fixed right now I made a fork and published npm package [signales](https://www.npmjs.com/package/signales) with #105 PR merged into it.
+1 for this PR
#27 issue is related also
еще функция hasClass
@polRk I think the nature of this issue described in bug #11582 and should be fixed in next release.
@Jarred-Sumner Yes, I do confirm that version 1.1.13-canary.1 does not have the above issues (including success result for `bun create elysia hi-elysia` command). Although I did encounter a new problem...
[Partial application](https://github.com/tc39/proposal-partial-application) should solve this issue in a language level, I think. Also, probably better way is add examples how users could use currying to existing sprout methods. Like this:...