Jordi Salvat i Alabart
Jordi Salvat i Alabart
I've been suffering a bug which I believe is this same one: when using identifiers (different from the display strings) and a tag is edited, it is always found to...
Just in case it helps anyone, I've worked around the issue by adding this to my component (apologies for the crudeness): ``` ... @ViewChild('tagInput') private tagInput: TagInputComponent; ... ngOnInit() {...
There's a bug [here](https://github.com/transitive-bullshit/random/blob/master/src/rng-factory.ts#L29) -- should read `seedrandom(...args)` instead of `seedrandom(...rest)`. Until it is fixed, you can work around it using: ``` const rng = random.clone(seedrandom('my-new-seed')); ```
I've submitted a pull request with [dangkyokhoang](https://github.com/dangkyokhoang)'s fix: https://github.com/gatsbyjs/gatsby/pull/36590
> @janein > > Check how I made it here, connecting malihu-custom-scrollbar-plugin with another plugin for drag. It requires a bit of scripting. Script itself is placed inline in the...
Sorry I can't find time to work on this.
Hi Max. Thanks for your contribution. I just need to verify that this won't be at odds with our regular CI/CD process (which is not yet enabled for this project)....
Update: no issue w.r.t. the CI/CD process.
Closing this. Please reopen if/when the README is updated to reflect this change.