Jamie Diprose

Results 5 comments of Jamie Diprose

@rpsirois thanks for sharing the function for exporting an index, it is very useful. I just wanted to double check if you intended to release it under the same license...

> Closing in favor of #6472 > > Thanks for taking a stab at this @jdddog No worries, thanks for fixing it @segunadebayo.

Thanks @Fuhrmann, I found that calling setOnItemClickListener made the double click problem occur, but your solution fixes it :)

I found that it works if you transpile both `flagpack-core` and `vue-flagpack`, you do this by adding the following to `nuxt.config.js`: ``` build: { transpile: ['flagpack-core', 'vue-flagpack'] } ``` I...

> @jdddog do the new schemas necessarily need to have updated dates? Yeah the schemas don't need dates as dated schemas are only used when backfilling older versions of a...