James F McMahon

Results 38 comments of James F McMahon

They read my mind, https://www.eff.org/deeplinks/2017/09/apple-does-right-users-wrong-advertisers. I take this as an endorsement of Apple’s implementation.

There is also https://developer.1password.com/docs/ssh/agent. Haven't tried it yet, but seems comparable since it is also an SSH agent. Downside is the dependency on 1Password.

I think so, - It documents and standardized project setup across machines - It avoids package bloat on the OS's main package manager You question is less, is ASDF useful...

Thanks for the quick reply. I figured this was more complex than just wrapping the code in a module otherwise I would have sent a pull request. For a workaround...

I know this issue is 2 years old at this point, but the point stands that it is probably good to put a root level license on the repo to...

> As I mentioned before, you can always resort to using JDBC directly. Just extract the query from jOOQ using `Query.getSQL()` Is there a documented example of this? This is...

Also, it is worth mentioning that this issue also affects batch updates as well. In my use case, I need to know what records were updated during a batch operation.

Broken on OpenSuse Tumbleweed, SDDM version `0.20.0-3.2`.

> @JamesMcMahon > > Try this: > > > In the meantime, openSUSE Fish users can add export -n PROFILEREAD to ~/.profile > > From #1391 Thanks, I ended up...

Ah, looks like `load` is deprecated in jQuery 3. From https://blog.jquery.com/2015/07/13/jquery-3-0-and-jquery-compat-3-0-alpha-versions-released/: > Removed deprecated event aliases > > .load, .unload, and .error, deprecated since jQuery 1.8, are no more. Use...