Sam Johnson
Sam Johnson
Feel free to submit a PR, though I think there is now a version of this that is readily updated in curse or whatever
definitely dependent on current set of addons as I don't get this one
I can confirm this issue as well on Windows 10 -- a segfault occurs. Additionally, I also get a segfault when I do `.clear()`. Would really appreciate a fix @chad3814
as always, a fix would still be greatly appreciated @chad3814 . If another few months go by I will attempt a fix myself.
We could, but my point is we couldn't support it anyway for cases where they don't specify an ident because we won't know the `COUNTER` value, so we can really...
yes this seems reasonable to me > (but in general it feels like we can deprecate the attribute of export_tokens) do you mean the attribute `#[export_tokens]` itself, or the argument...
another thing I'm contemplating here is being able to specify at the crate level a fallback git url to use for relative paths, so at the beginning of `lib.rs` you...
yeah was thinking about having something like a shields.io button to the permalink or something but yeah this is also in my mental scaffold for this
one key thing when implementing this: need to make sure to use some sort of crate that provides git cloning, since it is likely that the `git` cli is not...
> > one key thing when implementing this: need to make sure to use some sort of crate that provides git cloning, since it is likely that the `git` cli...