Ari
Ari
@mkr-plse, will do so once I have that code ready, no timeline as of now as I'm working on this in project downtime
Good idea - I think [UglifyJS](http://lisperator.net/uglifyjs/parser) can concatenate files, keeping track of imports using a sourcemap, and allowing you to regenerate the code after refactoring it. edit: oops, I meant...
I spiked this on a fork in case anyone is working on this: https://github.com/launchdarkly/piranha/pull/1/files I was able to refactor a TS file in a local project using this branch, but...
Thanks for the followup -- I played around with this a bit, and it seems like flags not in the `flags` configuration do get evaluated, but only for new users...
Hi there! I've been working on implementing OpenCensus, and would like to unit test to make sure metrics are being sent over to exporters correctly. Has there been any traction...
Any timeline on the next release?
They both look great! I’d used the non-filled variant I use Mixer for settings/config so its nice to distinguish filters from that Thank you
Whoops, I didn't have email notifications on -- yup, I just updated the SDK and flag evaluation seems to work much better! Thank you!
Is dprint's plugin repository down? My dev workflow is broken at the moment ``` > dprint fmt Error resolving plugin https://plugins.dprint.dev/prettier-0.58.2.json: Error downloading https://plugins.dprint.dev/prettier-0.58.2.json - Error: https://plugins.dprint.dev/prettier-0.58.2.json: Connection Failed: Connect...