Rich Brown
Rich Brown
Well, the proposal broke into the news over at NANOG... So @schoen, @loganaden, and @dtaht will get a lot of feedback It's also, as Dave mentioned, disappointing that 127/8 is...
I had trouble on Ubuntu 22.04 as well. I'm running a fairly clean Parallels VM on my MacBook of Ubuntu 22.04. I installed git, node, and then followed the instructions...
And I'm happy to provide more troubleshooting info if needed. Thanks!
Solved with #46 (Run a local copy with Docker) or #48 (use the version served by a Github Page)
**Update:** When I click **Reveal Structure** I notice that top shows that the CPU of my MacBook goes to 100% with the process `com.apple.WebKit.WebContent' for a little over two minutes...
> It's not that extensible, unlike regex... Yeah, but ... Everyone learns about `LIKE %string%` in their first week of SQL class. It's real easy to use, and is remarkably...
@max-sixty So I figured an S-String could help me out. So I created this function: ``` func like fld str -> s'{fld} like "%{str}%"' from foo select bar filter (like...
Ahah! So IIUC, an S-string interpolates a table/column name by dumping that string into the S-string. An S-string interpolates a string by wrapping it in `' ... '`. (True? How...
Follow-up thought: This _is_ confusing - especially requiring people to keep track of the difference between a column name and a string. What bad thing would happen if someone wrote...
A couple thoughts: * I am a huge fan of (and minor contributor to) PRQL. It definitely makes it easier to write SQL. But I think it's bold to ask...