Skip to content

dev in UK

problems, programming, life on island

  • Home
  • Contact

TypeError: Failed to execute ‘webkitRequestFullscreen’ on ‘Element’: parameter 1 (‘options’) is not an object.

Posted on 13 December 201813 December 2018 by dev
Problem is caused by angular-fullscreen after Chrome browser update to version 71. Disable if you don’t use it or look for an alternative.... Read More

Cannot create property ‘includePaths’ on string ‘scss/bootstrap.scss’ || Can’t find stylesheet to import.

Posted on 14 November 2018 by dev
I faced a problem when trying to load bootstrap in my react app. First try in app.js is causing an error: import ‘bootstrap/scss/bootstrap.scss’; /Users/dev/Projects/react/node_modules/boo... Read More

MySQL error: command ‘clang’ failed with exit status 1 macOS Mojave homebrew

Posted on 9 October 2018 by dev
_mysql.c:1894:3: error: use of undeclared identifier 'my_bool' my_bool recon = reconnect; ^ _mysql.c:1895:58: error: use of undeclared identifier 'recon' mysql_options(&self->connection, MYSQL_... Read More

pyenv install python – zlib not available – on macOS Mojave 10.14

Posted on 8 October 20188 October 2018 by dev
When getting an error: zipimport.ZipImportError: can't decompress data; zlib not available make: *** [install] Error 1 Install Command Line Tools xcode-select --install and then: sudo installer -pkg /... Read More

Gousto – 50% off for first 2 boxes

Posted on 12 September 201812 September 2018 by dev
To get 50% discount for first 2 deliveries please click link https://www.gousto.co.uk/join?promo_code=MATEU14984034 a kod MATEU14984034 and coupon will be accepted automatically. You can also put the ... Read More

How to run ngrokd server on different port than 80/443

Posted on 21 November 201726 November 2017 by dev
./ngrokd panic: listen tcp :80: bind: permission denied goroutine 1 [running]: ngrok/server.startHttpListener(0x7b33c3, 0x3, 0x0, 0x0) /home/dev/apps/ngrok/src/ngrok/server/http.go:40 +0x294 ngrok/ser... Read More

MySQL – How to get default storage engine from command line

Posted on 20 September 201720 September 2017 by dev
mysql -e "show engines" | grep DEFAULT | cut -f 1... Read More

How to set up node js scss watcher in PhpStorm (node-sass)

Posted on 6 October 201611 October 2016 by dev
If you’re running unix based system like ubuntu or mac, first install globally npm install node-sass -g With this command you’ll get full path of node-sass package which node-sass which yo... Read More

Laravel 5 homestead – very slow page loading around 2-3 seconds

Posted on 5 April 20155 April 2015 by dev
To fix that, you need to add type of folder mapping to Homestead.yaml config. It should be located in your home directory, like: /home/dev/.homestead/Homestead.yaml folders: - map: ~/Code to: /home/va... Read More

./soldatserver didn’t show any text

Posted on 14 August 201423 November 2020 by dev
Hi Soldat players! bash: no such file or directory: ./soldatserver If you were trying to install soldat server on unix machine running 64-bit system and getting problems like no message after running ... Read More
  • 2 of 2
  • « Previous
  • 1
  • 2
  • English
  • Polski

Recent Posts

  • How to compile sqlite3 and upgrade its version in python
  • ubuntu 20.04 LTS apt autoremove error
  • gulpfile gulp-sass node-sass Error: Invalid CSS after
  • How to install Signal on Desktop without smartphone but with old phone or landline
  • How to install python 3 pandas on linux alpine 3

Recent Comments

  • Joaquin Rivero on CSS fix for Chrome browser autocomplete hiding input background image behind yellow background
  • J on CSS fix for Chrome browser autocomplete hiding input background image behind yellow background
  • craig on gulpfile gulp-sass node-sass Error: Invalid CSS after
  • Ewen Goisot on How to install Signal on Desktop without smartphone but with old phone or landline
  • SW on How to install Signal on Desktop without smartphone but with old phone or landline

Archives

  • October 2022
  • April 2022
  • March 2022
  • January 2021
  • November 2020
  • February 2020
  • April 2019
  • March 2019
  • February 2019
  • January 2019
  • December 2018
  • November 2018
  • October 2018
  • September 2018
  • November 2017
  • September 2017
  • October 2016
  • April 2015
  • August 2014

Categories

  • homebrew
  • laravel
  • Uncategorized
© 2025 dev in UK. All Rights Reserved. Coller Theme by Rohit.
  • Home
  • Contact