Stephanie Wilde-Hobbs
Stephanie Wilde-Hobbs
Yeah, I agree it should be an option. Personally i'd want autoattach to jump me to the new buffer but I can understand why you would not.
Well at worst it'd close the keyboard and be a minor annoyance. Although i guess you could just not do it if the keyboard is up.
`urllist=https://api.yubico.com/wsapi/2.0/verify` fixed this issue for me
I think it'd be better to replace the other example, it's not a very good first impression.
What code does this generate for the example in #66?
This works since `ldflags` is passed directly to the shell. If you want to interpolate shell output into `@[Include]` you'll want to use macros
```cr @[Include(..., flags: "{{`echo -Dfoo`}}") ``` should work
yeah, seems like this doesn't work :(
I think we should try deleting tags, make sure that it works well, then see if we get bug reports in the real world with that approach.
In my opinion, using makefiles instead of pushing the complexity to shards is the correct solution. Why reinvent the wheel when make works so well?