Chris Santamaria

Results 14 comments of Chris Santamaria

sweet! let me know if you'd like any help developing / testing that

works really nicely! thanks for pushing that out so quickly. maybe worth documenting that feature / the rest of the JS-based interface in the README? I'd be happy to help...

Hi! Sorry for the bump but just wanted to check in on the status of this. I think [my branch](https://github.com/davestewart/alias-hq/compare/master...chrissantamaria:fix-jest-plugin-baseurl-join) may fix the issue, so I'd be happy to open...

This seems promising - would we want some way of customizing what each of these keys maps to in LiveSplit? Right now the mapping in settings is from action -->...

+1 for GitHub Actions! Looks like there's even a premade action that (from what I can tell) handles publishing + updating: https://github.com/marketplace/actions/chrome-addon-action

Sure! Can you clarify which one you're referring to? I included this in my report but it's just a more specific variation of the original test: ```js it("maintains order when...

haha yeah I noticed that, looks like Travis stopped checking commits a few weeks ago Would you prefer all of these to be in `base.js` or `map-set.js`? I noticed the...

Done - wasn't quite sure how to differentiate those tests in the naming so feel free to edit Happy to take a look at GH Actions integration if you want...

I originally thought that as well, though according to MDN [Sets](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Set) and [Maps](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Map) indeed should maintain order: > `Set` objects are collections of values. You can iterate through the elements...

I tested my [reproduction repo](https://github.com/chrissantamaria/unocss-bug-persistent-caching) with the latest version of `@unocss/webpack` (0.30.2) and am still getting the same behavior. Is there something I should change in my implementation? Could you...