Alfonso

Results 7 issues of Alfonso

Is this project still active?

Would be great to add new features with the new API.

What is the current state of support for video calls?

Summary: This diff brings support for constraints on ListVariadics. The constraints that can be specified are the same as for TypeVar, that is, Bounds and Explicits. Although ListVariadics currently could...

CLA Signed
fb-exported

I think that it could be very interesting to extend the playground to support other typecheckers (e.g. Pyre or Pytype). It is worth noticing that type checkers can have different...

Hi, if I write: `ws = new WebSocket('ws://127.0.0.1:10000'); if (ws.readyState == WebSocket.OPEN) { console.log('Connection is successful'); }` inside Firefox console, it can't connect. I'm using exactly the same main.rs uploaded....