Rob Marscher

Results 27 comments of Rob Marscher

Joining the conversation here. I do think it's unintuitive the way the session adapter operates on all configurations by default. I think removing that makes sense. I feel like you...

Mobile Safari is affected by this bug: https://bugs.webkit.org/show_bug.cgi?id=153852 It makes it very difficult to come up with a solution that works across all devices.

Ok. I haven’t tried that before. I should test it with webpack 2 to see if it has ever worked with this plugin. Let me know if you get a...

Thanks! This plugin is assuming that there probably isn't any physical file to watch - so I'm not sure we should try to add the functionality here. It should probably...

@FrancescoCioria Thanks for giving feedback. I was suggesting to create a new plugin - maybe called `WatchAddPlugin` - that could take a list of file paths and insert it into...

Working with `nmcli` on linux directly, I've had to use a different set of commands to connect to hidden networks. The code in here uses `nmcli device wifi connect [ssid]...

@tlovett1 Sorry for the slow response. I think not unserializing would work. Maybe @adamsilverstein can comment if there was a problem that was fixed by adding the use of maybe_unserialize...

Oops... I read the "blame" logs wrong there. Sorry about the mention @adamsilverstein The maybe_unserialize was in place earlier than that commit. Seems to me that the unserialize isn't necessary.

It would be nice if an `in` operator check or the upcoming `Object.hasOwn` could be used to guard/narrow so that accessing via index by that value then works. Something like...

Sorry if this is not helpful... but I had the same error and eventually discovered it was because the python version I had built via pyenv was missing libffi. I...