Bruce Ingalls
Bruce Ingalls
I added the podSpeeder.sh SCRIPT to the master branch. I like to speed up playback of audio podcasts. Other transforms are possible, such as flattening dynamic range, so that you...
php-mysql-diff is locked at an old version of symfony/console This lock makes it incompatible with current versions of software such as phpstan/phpstan for example. Also, the version of phpunit is...
Seed your User table: http://laravel.com/docs/migrations php artisan serve # In your first terminal php artisan tinker # http://laravel-recipes.com/recipes/280 > $user = User::find(1); > $authToken = AuthToken::create($user); > $publicToken = AuthToken::publicToken($authToken);...
Consider adding install instructions to readme.md. In particular, `sudo pip install urwid` Ez-install system could also work. System should prompt for syntax to install pip, as needed.
Demo at https://play.tailwindcss.com/SHnMBFayGk The other carousels work fine. If I place a navbar with dropdown menus https://daisyui.com/components/navbar/#responsive-dropdown-menu-on-small-screen-center-menu-on-large-screen (at a desktop breakpoint) just above a carousel with next/prev buttons https://daisyui.com/components/carousel/#carousel-with-nextprev-buttons the...
### Description: Docs seem to indicate that I should use the command line, but are unclear on which one. Running `docker compose build` returns error messages, also implying that Laradock...
Firefox is developing https://github.com/devtools-html/debugger.html which is written in React, and works in other browsers, such as Chrome. Please see if you can share and integrate their fine work!
I started a fork, to upgrade TailKit to Tailwindcss 3, but ran into problems, some of which are documented in my README.md * lint fails for the `build/` directory. It...
Fixed all errors & warnings in Eslint & JS Console. 2 warnings remain: - deprecated `componentWillMount` remains - socket.io does not set MIME type
## Description Errors in JavaScript console ### Actual result I finished updating my outstanding pull request from last month, which fixes all warnings. This includes adding a 404 page. ###...