Tv

Results 377 comments of Tv

For what it's worth, out of curiosity I tested the same with Sapper and it works as expected there (though with a lot more bureaucracy in handing the data over):...

I don't like the idea of magic slash that sometimes is there sometimes isn't. `test/[slug].svelte` should match `test/foo` but not `testfoo`; `test[slug].svelte` should match `testfoo` but not `test/foo`.

Can we please not contaminate this issue with magic slash alternatives?

I think this part got out of date, or at least does things differently from the starter template: ``` import { routes } from "@sveltech/routify/tmp/routes"; ``` https://github.com/roxiness/routify-starter/blob/3b56ed4484f5c82728eed4b04c248d10a4a27da9/src/App.svelte#L3 ``` import {...

It seems the /tmp/ thing was broken by yarn2 making node_modules read-only. Writing to node_modules seems sketchy, to me.

Also, I think the vtable pointer should point to e.g. ``, not just to the `::fmt` method.

If you don't want to imply a specific memory layout, maybe move the diagram away from showing things as "little arrays" and e.g. use labeled fields as origins of the...

Linking to md files works, and it seems mdbook has settled on using README.md as the source name for index.html. - The special name "README.md" is not documented. - I...

Ah, the `index` preprocessor. I feel like the documentation belongs somewhere near `SUMMARY.md`, just like `{{#include}}` is in https://rust-lang.github.io/mdBook/format/mdbook.html not in the `links` preprocessor at https://rust-lang.github.io/mdBook/format/configuration/preprocessors.html

And if the project has decided link checking will not be part of the core, then that sounds like this issue is done (barring the wish for better & discoverable...