Alexis Tyler

Results 312 comments of Alexis Tyler

It'd be nice for bili to also add the correct fields in `package.json` to make your package work with npm, etc. same goes for adding `dist` to the files if...

The current code is [here](https://github.com/OmgImAlexis/medusa-lib). I believe the issue I had was caused by the async used [here](https://github.com/OmgImAlexis/medusa-lib/blob/master/src/lib/medusa.js#L60).

I get it while using the `dist/medusa-lib.min.js` or `dist/medusa-lib.js` file in my browser. Sorry I should have mentioned that. I was hoping they'd be browser ready without any other config.

Ah you missed the ending to that command. ` --nodeResolve.preferBuiltins`. Should I not be using that? One of my deps is what relies on `Buffer` so I don't exactly what...

Any suggestions on how to get it bundling? I'm just trying to get a file I can include in a browser environment without needing babel.

I need to be able to use ES5 since the project I'm working on is still using ES5 as it hasn't been migrated over to use Vue and Poi yet.

@egoist any chance you could look at this when you're not busy?

> Calling `JSON.SET "1632748137" ".beats" "{\"device_name\":\"strawberry\"}"` assumes the key `1632748137` already exists. > > The following should work: > > ``` > 127.0.0.1:6379> JSON.SET 1632748137 . '{"some_other_key_at_root": "some_value"}' > 127.0.0.1:6379>...

Yep this should have been fixed years ago as there's currently no way to use this without race conditions. No other DB software works this way, as far as I'm...

Ref: https://github.com/sindresorhus/atom-linter-xo/issues/78