Alex Browne

Results 69 issues of Alex Browne

Currently, the Fo CLI only works on one file at a time. This is fine for developing a proof of concept and polishing core language features, but in order for...

enhancement
in progress

For now, Fo always requires type arguments and does not support type argument inference. I don't expect that the algorithm for inferring type arguments (at least most of the time)...

enhancement

I wanted to let the community know that I intend to make major changes to this library in the near future which will not be backwards compatible. I have updated...

In Node.js, the special file descriptors 0, 1, and 2 correspond to stdin, stdout, and stderr. You can write to these file descriptors directly using e.g., `fs.writeSync`: ```js const fs...

enhancement

## Summary This issue lists all known API differences between the Go API and the Wasm bindings. Some of these already have their own issues. ## List of Differences -...

Wasm

### Your environment. - Version: *master* ### What did you do? While writing tests for the WASM bindings, I came across this line in [the existing tests for `PeerConnection.GetConfiguration`](https://github.com/pions/webrtc/blob/c89940a0bd722d2ff0f1238966e77a1c247d227d/peerconnection_test.go#L347): ```go...

We have some private repositories on GitHub Enterprise. I have a glide.yaml which contains the following: ``` yaml - package: github.plaid.com/plaid/go-plogger-client version: 6d7a49971a9273ca885599004f850b4a6486010c repo: [email protected]:plaid/go-plogger-client.git vcs: git subpackages: - plog...

This PR expands on #277 (which supported Node.js only) and adds support for running `goleveldb` in the browser. This is accomplished by using [BrowserFS](https://github.com/jvilk/BrowserFS) and writing `syscall/js` bindings that mimic...

I would like to change the public API in a pretty major way by using an interface for jobs instead of a handler function (which is not typesafe). The current...

enhancement
question

Currently, if a job fails it will be immediately queued for retry. This is appropriate in some but not all circumstances. For example, if a third-party API is down for...

enhancement