-
Nice script! :+1: :blush:
Are these git hooks only for a single repo or should they be added to the hooks folder in your home directory (`~./git/hooks`) so they are copied into each new git repo you…
-
I am getting the message
> 'Jest encountered an unexpected token'
for all my unit tests when setting up `jest-runner-eslint` in projects:
```javascript
module.exports = {
roots: [''],
mod…
-
RuntimeError Traceback (most recent call last)
in
21 args.weight_decay,
22 args.device,
---> 23 args.save_dir)
in main(datas…
-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussion…
-
MongooseIM version: master (2b9658e)
While working on `all_metrics_are_global` switch, I came up with potential TODOs or doubts that IMO should be a subject of discussion/separate PRs.
- [ ] Cleanup …
fenek updated
7 years ago
-
For my use case, we would want the `` component to be server-side renderable (SSR). Specifically, we use NextJS ([info](https://medium.com/@markminj/understanding-ssr-in-next-js-and-its-benefits-e54ff…
-
While it's currently possible to set a custom EOT demotion role (see [How do I specify the Demotion Role upon EOT?](http://s2member.com/kb-article/how-do-i-specify-the-demotion-role-upon-eot/)), those…
-
Would love to have support for global tracking of keys. I can see a lot of use cases for such a feature. Thanks!
-
I raised a question in the Pytorch community, but no one responded to me, so I went to the Pytorch GitHub issue to ask again, excuse my presumptuousness
## Issue description
I want to create a mod…
-
If I use `import:` in esmock to mock a global it messes up the coverage report. At least it does when run with `c8 mocha`. I constructed a minimal test scenario for it below:
Here's an example sour…