andrewiankidd/rcloneExplorer 135
rclone GUI for Windows
Minor customizations to plex/web plugin
andrewiankidd/OpenWindowsLogger 1
Performance test tool to monitor the delay between action/reaction
andrewiankidd/TumblrOpticaCSSMod 1
Mod of the Tumblr theme Optica, to include Slick carousel/Featured posts
andrewiankidd/ServerLandingPage 0
Initial Commit
startedmozilla-mobile/fenix
started time in 4 days
issue commentweb-push-libs/web-push-php
Just for the record, I encountered this because I wasn't serializing the whole subscription object, the param hint for Subscription::create suggests you only need a subsect of the fields ( endpoint, publicKey, authToken, contentEncoding)
I noticed chrome was sending a "keys" array which is parsed in Subscription::create and I was missing that, once I passed that through it started working.
comment created time in 4 days
issue commentweb-push-libs/web-push-php
Payload not arriving in chrome
Hey, above you have a bug,
your payload should be inside your notification array, not your subscription object
$notifications = [
[
'subscription' => Subscription::create([
'endpoint' => 'https://fcm.googleapis.com/fcm/send/f1azG0YpefY:APA91bEgPUCksrDdHc3vpd8JZUsiLnf6sphqgw8TdyPVyTMaviZGvBY76RPJ2zFmMFpvhxoL3hvbvMSJ_O8Ct5nqKmDYozsZh-IU-gm2DWqeTVRRgW9k6Hq58vxnYi75RehmdXbEr_yb', // Chrome
'contentEncoding' => 'aes128gcm',
'publicKey' => 'BBFwt4l1ZvIoCkH2Cp9DSQKGN6MUQ5mFXrT3OLKNsoqSTweloz87hZtIA64Zgx2zROgxPWN1l61q8ezM0QkD2Dg',
'privateKey' => 'XXXX',
'authToken' => '',
]),
'payload' => '{"msg":"Hello World!"}' // optional (defaults null),
],
];
comment created time in 5 days
push eventandrewiankidd/project_armoire
commit sha aab4ae574104656f3fb5d1859e78ab0128db459d
use 7z.exe on win
push time in a month
push eventandrewiankidd/project_armoire
commit sha 22ed7091ac0eec686bdbfed94b24feb4f4ce0f75
windows dbg
push time in a month
push eventandrewiankidd/project_armoire
commit sha 9513a88a1498482dac45b8c6fc9ce46aa262421f
status badge
commit sha f328807a18051f2a970acded30699b22d6cdf19e
windows test
push time in a month
push eventandrewiankidd/project_armoire
commit sha 9a047595f18ffe033470e74f0f6668bca5d95763
invalid syntax :(
push time in a month
push eventandrewiankidd/project_armoire
commit sha 193c92cd4d3064ac252c304fda0e23227242957d
missing dependson
push time in a month
push eventandrewiankidd/project_armoire
commit sha 7e34a00edf2c4b589aabbd653e477cc766705dde
date tag
push time in a month
push eventandrewiankidd/project_armoire
commit sha 6d23752f4f8b4118166cbbf1302b4ac64fc1b400
learning 🥸
push time in a month
push eventandrewiankidd/project_armoire
commit sha a9837e390ac9c56815132f0b7fde93dfb374b31a
..
push time in a month
push eventandrewiankidd/project_armoire
commit sha f73aa9bacca34b2e399a6f97491fbc935a796bca
var refs
commit sha 9368b9f7e9d30b767bc1898577aafe616ac97a46
rm tag_name
push time in a month
push eventandrewiankidd/project_armoire
commit sha 49a58b4175aa37d278d9e8dba503a7cf721f7f26
oops!
push time in a month
push eventandrewiankidd/project_armoire
commit sha c6e7988caa9c833cc7e5b1b22097858b33156762
android tst
push time in a month
push eventandrewiankidd/project_armoire
commit sha fae9d12a968dd138ccd53ab763440c552f68f15c
link fix
push time in a month
push eventandrewiankidd/project_armoire
commit sha d42d7a3d4dea780a2ecf72b2c1c0fd712bade1d7
+webpage/update readme
push time in a month
push eventandrewiankidd/project_armoire
commit sha dc9012d7c7fe8d250708ecaee442e643f8527954
hide collision unless debug mode
push time in a month
push eventandrewiankidd/project_armoire
commit sha 67f50ec820f9b420346a02e70113faa888b2f008
update root
push time in a month
push eventandrewiankidd/project_armoire
commit sha 576c21d6e8e626a3261249b8945255eee1e7d6f2
remove bad step
push time in a month
push eventandrewiankidd/project_armoire
commit sha 9171e49b75b5783bbb7dfc017b8d7c6f6adb16f4
yaml fixup
push time in a month
push eventandrewiankidd/project_armoire
commit sha d9ac3e37194c915d277991f066567e9069188172
typo
push time in a month
push eventandrewiankidd/project_armoire
commit sha d976076b433f5033accf4a8ab53922e36d4fd276
workflow test
push time in a month
push eventandrewiankidd/go-themoviedb
commit sha 9f0e8201489cad817e20c9f23131d1a885be256c
Expose & rename MediaMetadata struct
push time in 2 months
PR opened amahi/go-themoviedb
Hi, using this library in a project and noticed only the MovieData method is public.
I thought the best fix for this was to supply a TV show equivalent function
pr created time in 2 months
push eventandrewiankidd/go-themoviedb
commit sha e25348fe03145896a41149e7617742687d43df5b
upd comments
push time in 2 months
push eventandrewiankidd/go-themoviedb
commit sha c2cfeb7caa5e70394599c82c26861e017c2e7d9d
Expose ShowData
push time in 2 months