Dumindu Madunuwan
Dumindu Madunuwan
@trichimtrich Thanks for highlighting this. In 2018-2022, Rust ecosystem added more improvements for lifetimes, especially to improve DX; https://users.rust-lang.org/t/multiple-mutable-references-in-scope/20936 but the given code block was written in 2017. I think...
Please also support forwarding parameters in aliases. For example, ```go validate.RegisterAlias("minChar", "min") validate.RegisterAlias("maxChar", "max") ``` So, can define different messages for the same validator.
@iamnbutler Looks like not a complete fix/ one small case to fix. @smitbarmase keep up the good work. Steps to reproduce: - Use builtin One Dark theme - Go to...
Can't wait! Nice work 👏
@xNok https://github.com/dumindu/E25DX#create-a-new-hugo-site-with-the-e25dx-theme ; It supports docs/ blog/ page setup now. Quite experimental though.
- https://github.com/dumindu/E25DX#6-main-menu : to add a navigation - https://github.com/dumindu/E25DX#4-sample-blog : to add cover images to blog posts, if needed > - Add newsite/content/en/blog/2026_1_hello_world/index.md > - Add any image of png...
V1, the docs, and the website were very promising. However, the V2 release has removed all those docs, the promising demos, and the ability to run V1 projects in Docker...
@nobkd I changed the title to `The v2.0.0 release breaks the ability to run v1.0.0` and I think the label should be `bug`. @tipiirai With this release pattern, there is...
I can run the app locally via, ```bun bun remove --global nuekit bun install --global [email protected] bunx nue build && bunx nue serve ``` but ```Dockerfile FROM oven/bun:latest WORKDIR /app...
@nobkd I think an easy way to reproduce(verify fix) is `bunx [email protected]` or `bunx [email protected] add`. If we can add a fix with [email protected] tag from v1 branch(derive from [email protected]),...