Andre

Results 60 comments of Andre

I take it from this thread that there is no way to prefix Bulma classes with a namespace of sorts. Is this correct? Not talking about workarounds above, but being...

@Tattomoosa Thanks. It wouldn't help with JS source that may reference selectors in strings, though.

@Tattomoosa Good to know. I guess I'll exercise caution and stick with original selectors to avoid possible future problems in case I use any JS packages that do reference Bulma's...

It actually overwrites the original collection that was exported, so that pop-up describes what was restored in the original collection, possibly overwriting latest changes in that collection. I created an...

@blshkv See this comment in https://github.com/Kong/insomnia/issues/4034#issuecomment-988338896 . This bug was created, as requested, https://github.com/Kong/insomnia/issues/4283 in the comment above. So, it's a duplicate of the latter. There's a couple more with...

@stoccalino The bug is that it overwrites the original collection because it uses the same collection IDs as it exported. What most likely happened in your case is that the...

@justindupree01 I used this hack, which worked that time, but this is not something that could be considered safe. Even if it still works you would need to verify the...

For those who just want to move collections/documents between projects, there's a simpler way. * Create an empty target project * Go to the source project * Click triple dots...

@CharlesMavundla The real issue here is not so much where imported data ends up, but rather that it will wipe out your existing data after the import. See issue #4283...

This is a copy of my comment from issue #4274, just to add to the workaround above. For those who just want to move collections/documents between projects, there's another way....