ee7
ee7
The most complete explanation currently might be at the bottom of [building/configlet/lint.md#glossary](https://github.com/exercism/docs/blob/main/building/configlet/lint.md#glossary). I agree that it'd be nice to explain that it's fine to generate a UUID with external tools....
Thanks. Do we support tables and strikethrough too? - [`website/app/commands/markdown/parse_doc.rb#L10`](https://github.com/exercism/website/blob/498497e3cd333c248aee5eaa5ee6d2298b0349eb/app/commands/markdown/parse_doc.rb#L10) - [`website/test/commands/markdown/parse_test.rb#L70-L94`](https://github.com/exercism/website/blob/498497e3cd333c248aee5eaa5ee6d2298b0349eb/test/commands/markdown/parse_test.rb#L70-L94) - [`website/test/commands/markdown/parse_test.rb#L144-L146`](https://github.com/exercism/website/blob/93b4d9221a5e357000eaf3ac6ecf94434a919375/test/commands/markdown/parse_test.rb#L144-L146) What's the rationale behind using `UNSAFE`? And how does it interact with `tagfilter`? --- To others,...
I'd probably lean towards: - If there's no real reasonable basis for rendering unsafe HTML in markdown from Exercism track repos, stop doing that. This helps minimize the extent to...
On 2023-09-25 a user in the Zig Discord (in #meetups) asked: > is there a reason why x86_64 linux isn't listed in the zig downloads? After being shown that there...
Thanks for your thoughts. I think https://github.com/ziglang/www.ziglang.org/commit/931966dd3a2712a4898c54b8e3399e67a0204ff1 is a significant improvement, and probably prevents most problems like that experienced by the Discord user above. I'm fine with the current ordering,...
I think a mirror sounds best for now. If the GitHub repo is only archived, people who simply run `git pull` locally sometimes may not notice the migration, and assume...
> > Could we please make the Codeberg repo contain the GitHub repo history? To be concrete: can we base new Ziglings development on top of the latest commit ([7417f01](https://github.com/ratfactor/ziglings/commit/7417f01d5d8fa8bed84849684501c71b821dff68))...
Sorry, I should've written more clearly. Commit https://github.com/ratfactor/ziglings/commit/7310242ef0d72936ecbfb19014ada896f1b57f2a from 2021-02-11 exists on the `main` branch in the GitHub repo, so I'd expect the below link to work: https://codeberg.org/ziglings/exercises/commit/7310242ef0d72936ecbfb19014ada896f1b57f2a But that...
@yctai1994 Hey. There is currently no roadmap for adding concept exercises on the Zig track. Sorry about that. I personally think that it's difficult to do better than the already-available...
I don't love this exercise as-is. Maybe it'd be better if it was more flexible. See the to-do items for things I'm considering.