Danial Hanif

Results 9 comments of Danial Hanif

I don't think it requires any additional authentication since the link downloads the icalexport.ics file if I try the link in incognito but it didn't work when I import through...

> I see this, are you referencing those directions? https://docs.moodle.org/310/en/Using_Calendar#Dynamic_Link_to_Moodle_Calendar Yes > So it looks like the ICS _is_ being returned, but is empty. I would expect an auth issue...

> @gothmog123, @0xbkt, I end up with this small script: > `systemctl restart wg-quick@wgcf-profile && curl -m 1 ifconfig.me` > > 1. Restarts wgcf > 2. Checks that my IP...

Thanks for the link! @njbart Leaving it here for those who had the same problem. I added the following at the top of my Markdown file ```md --- refs: |...

UPDATE: After reading https://github.com/tomaspinho/rtl8821ce#wi-fi-not-working-for-kernel--59, I added `blacklist rtw88_8821ce` to `/etc/modprobe.d/blacklist.conf` and shutdown my laptop for 5 minutes. Rebooted and tried `brioche ubuntu cmd sudo apt update` and was able to...

I am reopening this issue because I realised that when I reboot, the same issue happens. After playing around, I noticed that the internet connection came back when I plug...

Hi, I am also facing this issue and getting the same exception. Adding `'lazy':'selectin'` doesn't seem to work for self-referencing model in Many-Many relationship using async. I've been wrapping my...

I faced this problem too, but I solved it by allowing all incoming connection in ufw GUI. Restarted the server and screenshared my iPhone SE 1st Gen iOS 14.2. It...

I'm experiencing the same problem when using `@elysiajs/html` with `@elysiajs/static`. As a temporary workaround, I created an assets endpoint with a wildcard and use Bun.file to retrieve them. ```ts //index.jsx...