jadeye

Results 5 issues of jadeye

E: The repository 'http://ppa.launchpad.net/hlandau/rhea/ubuntu focal Release' does not have a Release file. N: Updating from such a repository can't be done securely, and is therefore disabled by default. N: See...

Hello Following your [youtube](https://www.youtube.com/watch?v=988UZFB0heA&t=2571s), `mUserDB.addListenerForSingleValueEvent` doesn't fire. Tried everything including adding db Url: ``` String dbUrl = "https://xxx-xxx.europe-west1.firebasedatabase.app/"; FirebaseUser user = FirebaseAuth.getInstance().getCurrentUser(); if(user!= null){ final DatabaseReference mUserDB = FirebaseDatabase.getInstance().getReferenceFromUrl(dbUrl).child("user").child(user.getUid()); ```...

I read everything I could find here (inc. "How do I display 3 digits for days ('ddd')? #33" ) but still I only get 2 digits for days. Here's my...

Hello Jossy. Thanx for sharing you work!!! I'm implementing the component in a react app ES6. I'm using `vite` build tool. As subject says, modal-dialog is not wrapped correctly thus...

I am trying to use you code: `jQuery(document).ready(function($) { $('#counter').countdown({ image: 'wp-content/themes/sometheme/img/digits.png', startTime: '185:6:22:59' });` This code is in a separate file from `jquery.countdown.js` They both load in the page...