Bouke van der Bijl

Results 64 issues of Bouke van der Bijl

Bash scripts have quite complex quote state that sh doesn't implement in the parser fully, so we need to handle it in wordPart and unescape

Hi there, it would be cool if the dbmate.DB type supported an FS field, so it can be used with go 1.16 file embedding. My use case is that I...

I'm trying to create a function that returns a function that calls itself. I tried this: ```lisp (define (multo ex) (let ((f (lambda (n) (if (= 0 n) 1 (*...

I'm interested in using Lucet for a project, but I have security concerns with running user-provided code (of course). I think it would be very useful if you could provide...

This adds support for wiki-style `[[wikilinks]]` Fixes #97

This allows passing in other things besides Arrays

Hi, I want to adopt this module for my project, but I'm a bit unclear about what's happening. It seems you've forked it to go-jose/go-jose, but then that one still...

If you have the x5u header in a JWK you get the error `json: cannot unmarshal string into Go value of type url.URL` I have a fix for v3 here:...

Updating x/sys so that this supports go 1.17. More context: https://github.com/Homebrew/homebrew-core/pull/83413

Hi, I was reading the docs of the `Client` interface and they mention Cassandra and MySQL in some cases: https://github.com/temporalio/sdk-go/blob/0c69423d6b98508c910f65ddad17fbe1967cd8d7/client/client.go#L252-L253 I assume that this should read '[...] will return BadRequestError...

potential-bug