Michael Nightingale
Michael Nightingale
I'm not sure separate package per defaults is a good idea, it seems popular to use @react-native-community/bob to build a library that supports different targets.
I though you were referring to the multiple release tags and having to maintain 3 different branches which are all mostly very similar. - @redux-offline/redux-offline@native - @redux-offline/redux-offline@expo - @redux-offline/redux-offline There...
I'm facing a similar situation, It looks like queue manipulation is on the roadmap for V3 #392 It's not ideal but I think the existing queue options could be a...
I think I've got what's described above working. 1. Remove any queued actions that match our key 1. Ignore any noop offline effects ```typescript const getKey = action => action.meta.offline.effect.key;...
Also tested on VMware Pro 16.1.1 build-17801498 ``` packer build -only=vmware-iso .\ubuntu-20.04-amd64.json ``` I've outputted the console to file, I've included a diff in case anyone else wants to maybe...
I had a hunch based on the kernel panic, could you try https://github.com/mnightingale/bento/tree/ubuntu_2004_apic I'm not sure if this change should only be for vmware-iso I also checked the previous diff...
It's a while since I've tried this but it seems to have ran all the way through for me, it was stuck at "Waiting for SSH to become available" for...
I've made a fork with the above approach, https://github.com/mnightingale/nova-chartjs/tree/manipulate-data-sets Seems to work ok for my needs. Example which uses PHP 8 features and only really tested for uom:month, latestData: 12...
That's a good point, I guess it'd need a separate TrustedProxies IP list config? So if GetRemoteAddr() in TrustedProxies and IsAuthorizedIp(X-Forwarded-For)
Do something like ```javascript mix.version(['fonts/**']); ```