Will Nations

Results 53 comments of Will Nations

It's more like an enhancement to an existing feature I would say.

Yes, I imagine we could try to find a way to accommodate that. It would likely be as a `addons/godot-next-rust` subfolder that contains a similar directory structure as the main...

@Beliaar Hey! I'm the author of that blog you linked near the top of this Issue (blog stats said it was referenced here). I did a quick read here and...

@stephane-vanraes I like the idea in concept. However, the one caveat I have is the code smell of configuring this information directly into the child component since the child shouldn't...

I too am looking for this functionality. I have files with names like `some_topic.md`, and currently autocompletion options are either `some_topic.md`, `some_topic` or `some topic` depending on the settings configured....

I'll try to test your sample project with my PR's build to see if the issue is fixed by it. If not, I'll work on adding the fix to the...

@kortina > Is it because tags:documents are many:many and wiki-links:documents are currently one:one and you want wiki-links to be many:one? Yes, that is exactly it. I have a vim shortcut...

I reviewed the [GitHub Flavored Markdown Spec](https://github.github.com/gfm/) and I don't see any use of `^`, even in its extraneous features, so I think it is safe to use.

> One thing to note is that there would be no guarantee of uniqueness. `note1.md` and `note2.md` may both contain the alias `dog`, and you'd have to resolve to one....

I agree with @fkling here. I was struggling with these issues significantly while starting to actually use Svelte for a real project. I'm concerned that the unpredictability of the reactive...