@bernienijmegen@AzureSupport https://t.co/m7Annk4jBT Looks like it will get resolved for the next 365 days soon(ish).
I'll be increasing priority of some low priority work to change some dependencies in my project now🙃.
@AzureSupport https://t.co/WmO9BQHiOw certificate has expired which is impacting several services that have a dependency on artefacts hosted on this CDN.
Related github issue here: https://t.co/PgRrBvebNH
@github repository secrets are editable with just write access on repos now. This should be "admin" access only?
The docs say Actions secrets should be inaccesible with Write access on https://t.co/4RSCwyuGaO, but accessible via Rest API, which also seems insecure.
@hhhhertz@FxChiP@kelseyhightower@marklucovsky As far as I can see the code "isFileExists(forbiddenPath)" is going to return "true,permissionError" when in fact it should be "noIdeaMate, permissionError". There might be more cases like this 🤷♂️
@hhhhertz@FxChiP@kelseyhightower@marklucovsky My confusion is primarily that there is no guarantee at this stage that the file exists. If you don't even have permission to check the folder, then you can't be sure, so why assume that it exists and you just don't have permissions. 🤷♂️
@hhhhertz@FxChiP@kelseyhightower@marklucovsky How can we assume that the file at least exists in this case? What if the err is that the program couldn't even check for existence or some other error that precedes/supersedes an existence check?
@iandanforth Is that all that surprising that if you have f1 defined in output space [0, N] and f2 defined in output space (N, 2N] that adding them affects nothing on the functions individually?
I think we'll need examples where both input and output space overlap in some way to test properly
@ZimingLiu11 Considering the system amounts to a sum of functions, how do you compare these networks to Taylor approximation of any function? Do they equate to the same thing after training?