-
### What happened?
I'm trying to add this to my py_test
```
exec_properties = {
# Tell BuildBuddy to run this test using a Firecracker microVM.
"test.workload-isolation-type…
-
I have an interesting use case where I have some functions that run over a `billy.Filesystem` and I want to run them on a directory _while ignoring a specific file_. Ideally, I'd be able to do this wi…
-
### Description
I am trying to do something basic in my code:
```python
import numpy as np # regular ol' numpy
from trax import layers as tl # core building block
from trax imp…
-
# Documentation
1) Forgive me if I'm wrong (still being a Python noob ^^), but testing seems to show that the following is only half the truth:
https://github.com/python/cpython/blob/da98ed0aa0407…
-
I'm trying to add this to a shell.nix with the following (since it's not a provider built into nixpkgs):
```
let
sources = import ./nix/sources.nix;
pkgs = import sources.nixpkgs {};
bu…
-
As this package is new, some instrument subpackages may need rapid development and slightly looser standards on individual PRs. Therefore, in order that multiple haphazard instrument-specific develop…
-
Currently, the API provided by the library provides the caller with no additional error information. Provided functions only allow the caller to determine that an error occurred (e.g. through specific…
nmeum updated
3 years ago
-
We want to use
```
from java.io import File
```
We currently must use
```
File = jpy.get_class('java.io.File')
```
Add a new module function 'import' which calls 'get_class' but then creates new …
-
Thanks for the great lib!
Currently, doesn't detect changes in nested `package.json` and `yarn.lock`. What do you think about adding support for monorepos?
-
## 🐛 Bug
When trying to import ProcessGroup from torch.distributed I get import error: 'ImportError: cannot import name 'ProcessGroup' from 'torch.distributed'. I guess it comes from the fact that …