Matt Probert

Results 34 comments of Matt Probert
trafficstars

Agree that it is weird that the API docs for `mount()` don't mention the Extensions object parameter. # ...But that is the nice thing about open source... [Here](https://github.com/glidejs/glide/blob/87b3be2e79fb6971e7bb7c43c24313645675301a/src/index.js#L33) is the...

Another example of this issue... The issue seems to come from listing all the remote files and trying to find the first parent path for each. https://github.com/prasmussen/gdrive/blob/master/drive/sync.go#L219 The file was...

@gabrielsors it could be. I ran a couple more tests and that hypothesis seems to hold. My primary theory is that this relates to folder ownership and moving files into...

Hey @big-r81 -- really sorry I ghosted you. It wasn't on purpose. I didn't see any notifications (probably just missed it on a busy inbox day) and don't normally check...

Good point. I let it hang and then aborted. Here is the relevant stack... appears to be related to ssl? When I add some http headers to the request the...

> What headers are you adding? ``` headers ={ 'accept': 'image/avif,image/webp,image/apng,image/svg+xml,image/*,*/*;q=0.8', 'accept-language': 'en-US,en;q=0.9', 'referer': 'https://example.com/path/to/file/index.html', 'user-agent': 'Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/110.0.0.0 Safari/537.36', }...

> It is not completely trivial to pass the yescrypt salt to crypt(3) because generating the parameters string for it cannot be done by mkpasswd itself. > I cannot remember...

Hi @SteveKinzey - Yes you do have this problem. Here is a repro using your site. - Go to homepage: https://factoryhdsw.com/ - click on the "about us" nav link in...

> I guess, I'll try to write javascript function and update the url on button click. Hey @66redBastard -- Elementor is already intercepting the clicks on these links to implement...

@GittyGharial - I booted from the USB's *OS* partition, not the EFI and that worked. Both showed up for me doing option-boot (macos system drive, USB EFI and USB OS)....