Sebastian Langer
Sebastian Langer
Using the current [latest tag](https://hub.docker.com/layers/trion/ng-cli-karma/latest/images/sha256-70bc7da4e052e3fa3a5e5c36093e7955f57558d6f1f9c1787972fbead1da9e9d?context=explore) we experience issues when trying to start chrome in the docker container. Here's the log we get: ``` 28 10 2022 09:17:11.306:INFO [karma-server]: Karma v5.2.3...
As the service is hosted on a small footprint with a redis size-limit of 25mb, it might make sense looking into protobuf or another, simpler format for caching movie and...
This PR attempts to remove lodash as a dependency while still retaining 100% compatibility with previous versions of this package. This is accomplished by replacing smaller utilities with direct typeof-checks....
The ide-php plugin has the ability to choose the priority of the given suggestion.  This would be quite comfortable to have in tabnine-atom in order to prioritize other autocompletion-plugins...
### Steps to reproduce 1. I tried running the Plugin over my file `x.css`: ``` css .sprite-application--arrow{background-position:0 0!important} ``` **Atom Version**: 0.187.0 **System**: linux 3.13.0-46-generic **Thrown From**: [csscomb](https://github.com/bruce/atom-csscomb) package, v0.1.2...
### Describe the feature The redis driver currently already supports `getItems` via `ioredis.mget`, so i think it's only reasonable to also support `setItems` vie `ioredis.mset` ### Additional information - [x]...