-
* decaf2many version: master
* Python version: python3.10
* Operating System: Apple M2
### Description
translate a very large java file
### ERROR
```
return tree.accept(self)
Fil…
-
I wrapped `muddy` as a workspace crate to add some pretreatments like trim, but paniced when decrypting at runtime.
File tree:
```text
.
├── Cargo.toml
├── obscure
│ ├── Cargo.toml
│ └── sr…
-
## Describe the bug
Slither fails to compile contracts with the following error:
TypeError: sequence item 0: expected str instance, dict found
## Expected behavior
Slither should compile the…
-
I wonder if `Repository.get_delegating_role(role: str) -> str` would be useful
* In my implementations I end up looking up the delegating role of a role quite a lot.
* if this existed, Repository c…
-
### Specifications
* Client Version: 1.46.0
* InfluxDB Version: 1.8.10
* Platform: Debian (docker)
### Code sample to reproduce problem
```python
async with InfluxDBClientAsync(url="http…
-
**Describe the bug**
Running tests for Knowledge Retention (following the documentation: [https://docs.confident-ai.com/docs/metrics-knowledge-retention]) generates error: TypeError: Claude.generate(…
-
It seems like the current implementation doesn't allow broadcasting arguments. Here's an example for normalizing leafs.
```python
import tree_math as tm
import jax
import jax.numpy as jnp
a =…
-
1.program code,test.c
```C
#include
#include
#include
#include "example.h"
struct res_html {
char *html;
size_t size;
};
struct res_html load_html_file(const char* filename)
{…
-
Hello,
After completing HP optimisation, I extract the best_estimator_ which looks like this:
![image](https://user-images.githubusercontent.com/82275999/227367264-5dadfe24-1062-4f6f-9120-2c65b8b29e…
-
I use the latest caffe with cudnn from https://github.com/bittnt/caffe/tree/crfrnn to run crfasrnn_demo.py for test.Using the image:
![input1](https://cloud.githubusercontent.com/assets/22795136/2065…