Andy Zhou
Andy Zhou
Thanks for the documentation! Can you pin this issue so it's easier to find? https://docs.github.com/en/github/managing-your-work-on-github/pinning-an-issue-to-your-repository
Ping on this. I think there's a bunch of options to fix this, but not sure how you think about backwards compatibility.
Built on the device. My understanding is that when npm can't find specific versions of a a module, it uses node-gyp to build it (which is why g++/clang and cmake...
Thanks for the reply! Correct me if I'm wrong, but my impression is that without `ibazel`, bazel won't know about file changes and therefore `webpack_dev_server` won't handle live reloading. If...
Interesting point about `@npm//` references working. Would be interesting to dig into why that works in the future. Re: the second paragraph, adding `ibazel_notify_changes` to the tags attribute prevents the...
That's great news! Thanks! Happy to help however I can. On Tue, Oct 20, 2020, 20:48 Alex Eagle wrote: > @mrmeku has started a new effort for a > dedicated...
Hey @lbeurerkellner Wanted to chime in here. I think token healing is really important for DX. Take the first example that you have on your documentation: ```python "Greet LMQL:[GREETINGS]\n" where...