Mahmoud Al-Qudsi

Results 364 comments of Mahmoud Al-Qudsi
trafficstars

I was just coming to github to open an issue titled "Can we please do something about how inconsistent `read` is?" and I found this. I tried to fix `read`...

(Using tab was an unfortunate choice; we {c,sh}ould have used ascii rs instead.)

Good, better, etc is not black-and-white but rather a range. fish used c-style strings (null-terminated) for a while, meaning null was not an option. The odds of running into tab...

I believe netrw just shells out to wget itself, so wrapping curl seems quite acceptable.

@bricelam fts5 has a boatload of alternate/equivalent syntaxes you can use; one of them is to use the name of the table as a scalar function accepting a string. Shouldn’t...

> I actually want to get rid of the libc dependency to speedup cc compilation, but I'm a bit worried about defining the type alias (nfds_t from libc::poll) and other...

What about the other results (past number 1)? I can share the database if you need help reproducing, but I think the semantic score greater than 1 already indicates that...

Ok, there is definitely a bug: First, a sanity check: ```shell > http post 192.168.45.103:7700/indexes/site_1_posts/documents/fetch filter="id = 5060" fields:='["id", "title"]' | jq { "results": [ { "title": "tcpproxy 0.4 released",...

Thanks for replying, @Kerollmops. I think dot product scales better than euclidean search, right? Can you confirm that the steps in my last post above exhibit incorrect or undesired behavior...

I don't think this is a good idea because the discoverability of `path resolve/normalize` isn't great for users coming from other shells. We've made tremendous progress wrt to improving compatibility...