Artem Artemyev

Results 6 comments of Artem Artemyev

@evanw any reason why the onResolve of a plugin executed sequentially for every import from one file? I'm writing my own bundler on top of esbuild and I need to...

1. Make all tests passing please 2. Add tests for IndexManager (from https://github.com/IpShot/marsdb/blob/indexes/test/both/IndexManager.test.js) 3. Use indexes in DocumentRetriver for queries like that: {field: 'some_id'}, {field: {$in: [1,2,3]}}. So, i think...

Hey guys! I managed to get the Wireguard config for my dedicated IP. Instructions: 1. You need to figure out in some way what is the IP and the dedicated...

@armellarcier yep, LGTM, i'm not sure who can merge it though, i dont have a button for that

```javascript const PSEUDOELEM_CHECK_CACHE = {}; const IS_BROWSER = typeof document !== 'undefined'; /** * Utility function to solve styletron issue with browser * specific pseudo elements. Right now it throws...

@rtsao is there any agreement how you are going to solve it? I can help with the implementation, but i need some green light on the approach that you @rtsao...