-
### What's wrong
```python
msg = {'Hello': 'World'}
nul_term = json.dumps(msg).encode('utf8') + b'\x00'
```
The second line gets flagged with WPS336.
### How it should be
Not flagged? I'm no…
-
### Describe the issue
---------------------------------------------------------------------------
TypeError Traceback (most recent call last)
Cell In[15], line 1
-…
qslia updated
1 month ago
-
We have long strings support in cuDF now, so we can deprecate the `max_text_bytes_per_part` parameter.
Related:
- https://github.com/NVIDIA/NeMo-Curator/pull/77
- https://github.com/NVIDIA/NeMo-Cura…
-
# Description
Some time ago you added a feature to SmartRedis to add a byte string array to the Orchestrator. This feature was added in a branch called put_bytes. Would it be possible to merge this f…
-
If a resource needs word values (or even longs), it would be easier on the end user to simply specify them as such, especially for large decimal values, instead of having to (probably) convert to hex,…
-
### Is this the right place to submit this?
- [X] This is not a security vulnerability or a crashing bug
- [X] This is not a question about how to use Istio
### Bug Description
I have been trying t…
-
```python
In [1]: from tatsu import compile
...:
...: parser = compile(r"""
...: start = text ;
...: text = { sentence }* ;
...: sentence = { word }+ …
gjask updated
1 month ago
-
Encountered an SCCM PXE server with a blank password on the media file, but the password bytes and PFX password differ from PXEThief. The PFX password from pxethiefy looks to have the same password, b…
-
For [this ](https://gist.github.com/nirvedhmeshram/344f11443b96fb9ff022fa283cc6cd8a) matmul like + elementwise IR, we go down the LLVMGPUSIMT pipeline, see dump [here](https://gist.github.com/nirvedhm…
-
Currently, `PyMuPDFDocument` can only be initialized by providing a file path as a str. Similar libraries, such as pdfplumber, accept multiple data types, like `pathlib.Path`, `BufferedReader` or `Byt…