Bryan Braun

Results 55 comments of Bryan Braun

Oh! It looks like you already have a babel plugin for doing this in your `dev` task. We just need to add it to your `build` task to ensure it...

@knalli, we ran into this issue recently. In our case, it's hard to say "don't use translation based directly on user input," because many of our use-cases are for generic,...

Honestly, the license/reuse situation is a bit murky. I'm happy to license the code (HTML & CSS) permissively with MIT or another license. My code is all original and the...

Yes, @KonradLinkowski, it's still available if you want to give it a shot!

@manishkatyan, I tested your code and it's working fine for me. Here's what I did: 1. Browse to [the bootstrap docs site](https://getbootstrap.com/docs/4.5/getting-started/introduction) (since they use both AnchorJS and jQuery). 2....

Ohh, interesting. Are you asking if we can add this feature to the AnchorJS library itself? We've discussed [adding a copy-to-clipboard feature to AnchorJS in the past](https://github.com/bryanbraun/anchorjs/issues/139#issuecomment-638381128) but we decided...

Hey! Thanks for the heads up... it's a good callout. I'd have to test this out but I think it's a good approach since the types would still be generated...

@othonalberto, that would be great! If you're interested, then maybe a good way to do this would be to add a `translations` folder to the project, and put the translated...

I agree, that would be useful. Ideally there would be some way to run the markdown through Pandoc, so you can build it into any format. The last time [I...

@KonradLinkowski yeah that could be pretty cool! For something like that, I think it might be better as a 3rd-party plugin built in a separate repo. That would let the...