Burhan Ali

Results 13 issues of Burhan Ali

The brew instructions need updating. ```shell $ brew tap homebrew/science Error: homebrew/science was deprecated. This tap is now empty as all its formulae were migrated. ```

This repo used [Travic CI](http://www.travis-ci.org) for building and testing images as well as pushing them to docker hub. According to the banner there: > Since June 15th, 2021, the building...

If `$prompt` is set to an empty string (`""`) and `$promptError` is set as non-empty (eg. `"ERROR"`) then any error condition is never detected. Using the example from the README,...

This works: ``` And the JSON response should have "$.message" of type string and value "Method foo doesn't exist" ``` This doesn't: ``` And the JSON response should have "$.message"...

hackos

https://jubianchi.github.io/semver-check/#/^0.1.0/0.1.0 ![Screenshot of a portion of the semver checker website. The left side shows the constraint "^0.1.0" and what this means. The right side shows the version "0.1.0" and what...

This is an attempt to address https://github.com/jubianchi/semver-check/issues/125 I have replaced `node-sass-chokidar` (deprecated) with `sass`. The command line arguments are not exactly the same, but I have tried to match what...

I am trying to set up the project using `yarn install` and getting the following failure to execute `node-gyp`: ``` error /Users/burhan/projects/semver-check/node_modules/node-sass: Command failed. Exit code: 1 Command: node scripts/build.js...

## Description of the issue 📄 Two students have contacted me saying they have been unable to remove their RSVP for a workshop. The first student was bumped up from...

## Description of the issue 📄 The workshop creation page has an "Additional description" text box to allow you to add some workshop-specific information. This appears at the top of...

Building the application using Docker on Apple Silicon (M1, M2, etc) fails with the following error in the step where it attempts to install Google Chrome: ``` 7.332 + apt-get...