Guillaume Wenzek
Guillaume Wenzek
**Describe the bug** If you _promote a dict config to a dataclass with some default values, the default values from the dataclass will override the ones from the config. **To...
The idea is to collect a bunch of resources `How to use Sublime for doing X`. Sublime generally need some setup when you start working seriously with one language/programming stack....
I propose the following to solve #12 I think that the less surprising behavior possible. We restore sys.path to whatever it was when we created the job instance. In practice...
In investigating #11 I realized that submitit is changing the value of `__main__` Should this be allowed ? It should at least be documented. I've added https://github.com/facebookincubator/submitit/blob/master/submitit/test_pickle.py#L54 to illustrate this...
Hi, thanks for this integration with ipython, it's really nice. I can't load dll compiled as 'x64'. The error I receive is `AssemblyLoader failed to load assembly xxx.xxx, Version=1.0.0.0, Culture=neutral,...
For now when I use '!gm' inside duckduckgo, my browser is opened (I use an external browser) with the duckduckgo url. Then the browser gets redirected to a Google maps...
Hi, thanks for this great library. With this PR users will get faster installation speed.. I noticed that during the installation, `indicnlp` is pulling sphinx and a lot of modules...
* mark function calls as such * make sure we have an index entry for enum, union #64 * usage of type isn't a type definition #64 * rename a...
Currently it's possible to override the default panic handler, but not `panicOutOfBound`, `panicSentinelMismatch` nor `panicUnwrapError` which are typically calling `panic`. The issue I have with this is that those are...
## Why ? Wikipedia expressed interest into hosting the model themselves, so I'm sharing the code to push the model to AWS ## How ? The deploy.py script will: 1....