Amir Szekely

Results 40 issues of Amir Szekely

We shouldn't expose something unless it's needed so it's easier to make changes to the internals in the future.

For packed executables we should: - Make all structures optional with `isAvailable()` method - Don't throw exceptions when something is out-of-bounds, but instead mark as not available - Provide an...

Right now you have to manually create a repl.it post for every snippet. We should create it on the fly or on build time using some API. This way there...

I have tried install the latest version on Windows 10 with Vagrant 1.8.5 and kept getting an error. Manually trying to install the gem shows the `ruby_dep` dependency requires Ruby...

If I forget to specify the app with `--app` or `REPLICATED_APP` environment variable, I get a `Not found` error. It makes sense because the server returns 404, but it's confusing....

The following code tries to return a value from an `except` block but fails with an assertion. ``` python import meta def f(x): try: return x except: return x +...

The following example results in an AssertionError. If you remove the code in the outer "if", it works just fine. ``` python import meta def g(): pass def f(x, y):...

https://github.com/projen/projen/issues/1852#issuecomment-1478560012