Tom McLaughlin

Results 191 comments of Tom McLaughlin

Never mind, I was just having confusion from using a nixpkgs version where `mysql` didn't provide the `mysql_config` binary. The `modules` command that worked was ``` packages.mysql.components.library.build-tools = [pkgs.mysql]; ```

(Also, if you are on newer nixpkgs, you might need `pkgs.libmysqlclient` instead.) IMO this issue can be closed, but it would be great if there were a page in the...

Hey @felixfbecker, I'm seeing this too. I created a simple repro via this [Python script](https://gist.github.com/thomasjm/1b7e93e0966365ca9ffa76345fcaff08). The script starts up the language server, then sends 1) Initialize command with pretty much...

@felixfbecker friendly ping, any chance you can take a look at this? It seems like a major bug.

As the author of #340 I love this. This seems like the right way forward and would make this library much nicer to maintain.

Oh hmm, I wasn't aware of that either. I think pretty much everyone is still using `0.1.x` though, and it's unclear when `2.x` will be ready, so maybe it's still...

FWIW I had gathered some links discussing the limitations of sandboxing tools on macs: * https://github.com/proot-me/proot/issues/81 * https://github.com/proot-me/proot/issues/155 * https://github.com/containers/bubblewrap/issues/393

That's interesting, I didn't know about `sandbox-exec`. But after a little bit of reading it seems like it doesn't have `chroot`-like functionality in order to make some other folder appear...

/reopen /remove-lifecycle rotten