Alejandro Hernandez

Results 23 comments of Alejandro Hernandez

- `atexit`/`signal` gives a false sense of security IMO (See https://www.reddit.com/r/Python/comments/45fvd9/how_to_always_execute_exit_functions_in_python/) - No need to register a handler for `SIGINT` since it gets translated into a `KeyboardInterrupt`, which can then...

The author hasn't had any activity in the last year

Now `packages/react-cosmos` is missing `slash`. It'd be useful if the entire repo was ran through yarn pnp to figure out missing ones since it has stricter dependency requirements.

Getting there, but there are still missing deps. To reproduce, make an empty directory with a stub `package.json` like ``` { "name": "stub", "version": "0.0.0", "installConfig": { "pnp": true },...

No ideas :( I get lots of errors of that kind on doing `yarn cosmos` as well. One thing that comes to mind is that there are some problems if...

Yes, reworking your infra is not worth it if that's the problem. Thanks for looking into it.

It does not work with `react-docgen`. Here's the output from one of my components: ```json { "description": "", "displayName": "AdminButton", "methods": [], "props": { "data-responsive-state": { "type": { "name": "enum",...

The Ubuntu Condensed font also has this problem.

@SirVer I'm short on time these days. If I decide to take a look I'll let you know so other contributors are aware.

This is also useful when Ultisnips adds snippets that we don't want to use. Ex: jasmine in a js project. Also having a leaner snippets list means better performance on...