Hosh

Results 91 comments of Hosh

Any one able to help at all?

So I've narrowed it down to the following: ```g4 grammar http; header_field: 'H:' OWS* 'a' OWS*; SP: ' '; OWS: SP | HTAB; HTAB: '\t' ``` with the following input:...

I don't know what I'm doing wrong, but that branch gives me the following errors: ``` line 1:5 mismatched input '/url?sa=t&source=web&rct=j&url=https://zh.wikipedia.org/zh-hans/111&ved=2ahUKEwjhwLuRtbjiAhUPRK0KHRSjDpwQFjAKegQIAxAB' expecting '/' line 1:123 mismatched input 'HTTP/1.1' expecting 'HTTP/'...

@teverett I noticed the branch is gone without it being merged. were you ever able to finish it?

Just came here to figure out if there's an autocompletion script. I will try and write one at some point. However, some thoughts on OP. IMO we shouldn't bother with...

Just ran into this as well, some additional information on this that might help understand at least some of your question can be found on the [GH docs](https://docs.github.com/en/rest/overview/rate-limits-for-the-rest-api?apiVersion=2022-11-28#about-secondary-rate-limits).

Side note: assuming there's appetite for such a feature, I'd be happy to take a stab at it if I can get some guidance, though I'd need some guidance as...

I wouldn't say so no, nix is way overkill for such a task. I just need it to download random archives or binaries and do basic things like linking files...

Oh, it seems it sort of supports it but fails e.g. with: ``` - name: eth-p/bat-extras owner: eth-p repo: bat-extras release: name: bat-extras command: link: - from: 'bin/*' ``` The...