Kevin Ross
Kevin Ross
Thanks for the workaround. I was wondering what to do, it seems a bit overzealous to interpret as a global if not defined, but I guess that's how it works...
It seems the workaround didn't work. Source: ```js const Element = window.Element; const Text = window.Text; export type DOMNode = Element | Text | null; ``` build: ```js var Element...
Unfortunately the stack trace contains no mention of `bamboozled`. It would be great if your or support could provide some information so that if the plugin is causing this, we...
I've not used elastic agents but do have remote agents running. What version of bamboo are you running? It appears to be a problem [obtaining a deployment service](https://github.com/alienfast/bamboozled-ruby-plugin/blob/0d85ea16b833461b6ed176e35daef616f3e1c02d/src/main/java/com/alienfast/bamboozled/ruby/tasks/AbstractRubyTask.java#L137).
I'm not going to have much time to put to this, if you want to submit a pull request that would be great. If you don't have your [development environment...
Hi there, I don't have a windows machine so unfortunately cannot help. I'm happy to accept a PR. Here's how to get started with development: https://github.com/alienfast/bamboozled-ruby-plugin/wiki/Development
Agreed, as I was migrating our addon to 7.0.0-alpha.18, I forgot to change (inside the addon project) ```diff - addons: ["../preset.js", "@storybook/addon-essentials"], + addons: ["../manager.js", "@storybook/addon-essentials"], ``` So this error...
I've updated this library and added tests. If you can reproduce the issue I can help get it fixed. See the new test here: https://github.com/rosskevin/ifvisible/blob/master/src/IfVisible.ts
You can do this with my fork https://github.com/rosskevin/ifvisible
@moltar I've created a proper release in my fork, I'll automate it with CI shortly https://github.com/rosskevin/ifvisible/releases/tag/v3.0.0