Kristoffer Bakkejord
Kristoffer Bakkejord
I am initializing the app several times in my tests, and after upgrading to 0.23.0 I noticed that the tests have started to fail, with `procrastinate.exceptions.TaskNotFound`: ``` ERROR [procrastinate.worker] Task...
Example: Expects: Only `key2`'s value is syntax highlighted as a number Actual: Strings starting with numbers have their number in a different color than the rest of the string
Currently, the option that exist is: ``` ctlptl docker-desktop set vm.fileSharing /Users,/Volumes,/private,/tmp ``` In order to use this, you need to know what's there already, not to overwrite it. If...
This commit should be tagged with 0.9.3.
I have set Bulma settings to ``` BULMA_SETTINGS = { "custom_scss": [ "cant/find/this.scss" ] } ``` I expect to see `ValueError: Unable to locate the SCSS file ...`. However I...
Amazing, thanks!! 🤩
Hi, I'm trying to add several steps, e.g ```yaml - uses: actions/cache@v2 id: cache with: path: | **/node_modules key: cache-${{ runner.os }}-${{ hashFiles('**/package.json', 'yarn.lock') }} - name: Install packages run:...
**Describe the bug** As seen in the example, the contrast is low. **To Reproduce** Steps to reproduce the behavior: 1. Connect to a database (PostgreSQL or SQLite) 2. Open a...
When trying to log in, after having been logged in before, I'm getting an error: ```console $ aws-sso-util login Logging in https://.awsapps.com/start Login failed: 'expiresAt' $ aws-sso-util check aws-sso-util: v4.31.0;...
circleci local execute error: permission denied while trying to connect to the Docker daemon socket
- [x] I have read [Contribution Guidelines](https://github.com/CircleCI-Public/circleci-cli/blob/master/CONTRIBUTING.md). - [x] I have checked for similar issues and haven't found anything relevant. - [x] This is not a security issue (which should...